This applet is the famous tic tac toe.The game is reset when you click right. You can choose the images, add sounds...
Name |
Description |
Default |
Status |
background_color |
the background color |
white |
required |
border_color | the borders color | black | required |
cross | the player image name | - | required |
circle | the computer image name | - | required |
mode | 0 : game difficulty is low 1 : game difficulty is high |
1 | required |
first | 0 : ask who plays first 1 : player starts 2 : computer starts |
0 | required |
clic_sound_name | the sound to play when click | - | optional |
player_sound_name | the sound to play when player wins | - | optional |
computer_sound_name | the sound to play when computer wins | - | optional |
draw_sound_name | the sound to play when the game is a draw | - | optional |
registration_code | the registration code | - | required |
Special notes |
* The background color format is hexadecimal format like this : blue is "#0000ff"", red is "#ff0000" ... If you want that the background color is the same as the one of the page, look at the html source file and find the balise : <body bgcolor="#00FFFF"> then copy the value, here it's "#00ffff". Use the "HexColor" applet to convert RGB color to hexadecimal color. |
Copyright 1999-2001 Taiji Software
All Rights Reserved
http://www.taijisoftware.com
support@taijisoftware.com